From 1930ad84e4ada52b1e7c6b1376840ddbd0371bb8 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 11 May 2009 13:52:04 +0100 Subject: [PATCH] x86: update ioport_quirks_tbl[] for the proliant BL2xx Signed-off-by: Ian Campbell --- xen/arch/x86/ioport_emulate.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xen/arch/x86/ioport_emulate.c b/xen/arch/x86/ioport_emulate.c index 4a5ab9084d..64377533cf 100644 --- a/xen/arch/x86/ioport_emulate.c +++ b/xen/arch/x86/ioport_emulate.c @@ -94,6 +94,14 @@ static struct dmi_system_id __initdata ioport_quirks_tbl[] = { DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant ML5"), }, }, + { + .callback = proliant_quirk, + .ident = "HP ProLiant BL2xx", + .matches = { + DMI_MATCH(DMI_BIOS_VENDOR, "HP"), + DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL2"), + }, + }, { .callback = proliant_quirk, .ident = "HP ProLiant BL4xx", -- 2.30.2